home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWrap / Source / CmdDraw.h < prev    next >
Text File  |  1991-09-16  |  133b  |  10 lines

  1. #import "TGIFCell.h"
  2.  
  3. @interface CmdDraw:TGIFCell
  4. {
  5. }
  6. - initCmd:(int) x :(int)y;
  7. - doCmd;
  8. @end
  9. extern NXBitmapGraphicRep *theBitmap;
  10.